UCF STIG Viewer Logo

The SSH daemon must be configured to only use Message Authentication Codes (MACs) employing FIPS 140-2 approved cryptographic hash algorithms.


Overview

Finding ID Version Rule ID IA Controls Severity
V-39415 SRG-OS-000250-ESXI5 SV-51273r1_rule High
Description
DoD information systems are required to use FIPS 140-2 approved cryptographic hash functions.
STIG Date
VMware ESXi Server 5.0 Security Technical Implementation Guide 2013-09-12

Details

Check Text ( C-46689r1_chk )
Disable lock down mode.
Enable the ESXi Shell.

Check the SSH daemon configuration for allowed MACs. # grep -i macs /etc/ssh/sshd_config | grep -v '^#'

Re-enable lock down mode.

If no lines are returned, or the returned MACs list contains any MAC other than hmac-sha1, this is a finding.
Fix Text (F-44428r1_fix)
Disable lock down mode.
Enable the ESXi Shell.

Edit the SSH daemon configuration and add/modify the "MAC" configuration (example of allowed cipher: hmac-sha1).
# vi /etc/ssh/sshd_config

Re-enable lock down mode.